home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000157_news@newsmaster….columbia.edu _Tue Feb 3 03:16:45 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id DAA27229
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 3 Feb 1998 03:16:44 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id DAA26533
  7.     for kermit.misc@watsun; Tue, 3 Feb 1998 03:16:43 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!rill.news.pipex.net!pipex!server1.netnews.ja.net!delos.dra.hmg.gb!trog.dra.hmg.gb!not-for-mail
  9. From: "Doug Pickering" <djpickering@dera.gov.uk>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Divide Overflow with 3.12
  12. Date: Tue, 3 Feb 1998 08:09:43 -0000
  13. Organization: Defence Research Agency
  14. Lines: 35
  15. Message-ID: <6b6jij$8g$1@trog.dra.hmg.gb>
  16. References: <34D40FDC.64AB@uc.edu>
  17. NNTP-Posting-Host: 146.80.17.10
  18. X-Newsreader: Microsoft Outlook Express 4.72.2106.4
  19. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8340
  21.  
  22. Charles,
  23.  
  24. I had the same problem last year.
  25.  
  26. The problem I had was caused by a loop to detect how fast the processor is
  27. running.  This loop did not correctly handle that the timing loop may
  28. complete so quickly.  This produced a divide overflow.
  29.  
  30. If like me you need to use 3.12 because of the product macro then I suggest
  31. the following:
  32. 1) Get hold of the Kermit 3.12 source
  33. 2) Get hold of the latest source (I used 3.14)
  34. 3) Build the 3.12 version.
  35. 4) Run the 3.12 version with codeview and let it crash
  36. 5) Determine where it has crashed and replace the relevent code with the
  37. code from the latest version of Kermit.
  38. 6) rebuild
  39. And there you have it.
  40. Unfortunately I do not have the environment set up to do this for you any
  41. more and the version I have has been customised slightly for our needs.  You
  42. are welcome to try our version, please send me an email if you wish to.
  43.  
  44. Doug Pickering
  45. Comax
  46.  
  47.  
  48. Charles Hart Enzer, M.D. wrote in message <34D40FDC.64AB@uc.edu>...
  49. >When I  install and run this version of kermit in a pc-computer whose
  50. >cpu is MMX I get the message:
  51. >
  52. > DIVIDE OVERFLOW .
  53. >|  Charles Hart Enzer, M.D.               Email:  Charles.Enzer@uc.EDU
  54. >+
  55.  
  56.